type google.golang.org/grpc/internal/transport.headerFrame

11 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L122: type headerFrame struct {
		controlbuf.go#L133: func (h *headerFrame) isTransportResponseFrame() bool {
		controlbuf.go#L467: 		case *headerFrame:
		controlbuf.go#L683: func (l *loopyWriter) headerHandler(h *headerFrame) error {
		controlbuf.go#L718: func (l *loopyWriter) originateStream(str *outStream, hdr *headerFrame) error {
		controlbuf.go#L885: 	case *headerFrame:
		controlbuf.go#L1025: 	} else if trailer, ok := str.itl.peek().(*headerFrame); ok { // the next item is trailers.
		http2_client.go#L809: 	hdr := &headerFrame{
		http2_server.go#L1050: 	hf := &headerFrame{
		http2_server.go#L1118: 	trailingHeader := &headerFrame{
		http2_server.go#L1328: func (t *http2Server) finishStream(s *ServerStream, rst bool, rstCode http2.ErrCode, hdr *headerFrame, eosReceived bool) {